//0x3f8 bytes (sizeof)
struct _PLATFORM_IDLE_ACCOUNTING
{
ULONG ResetCount; //0x0
ULONG StateCount; //0x4
enum PPM_IDLE_BUCKET_TIME_TYPE TimeUnit; //0x8
ULONGLONG StartTime; //0x10
struct _PLATFORM_IDLE_STATE_ACCOUNTING State[1]; //0x18
};